home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / books / yee / progperl.rev < prev    next >
Encoding:
Text File  |  1994-12-09  |  2.6 KB  |  58 lines

  1.  
  2.      title: Programming Perl
  3.         by: Larry Wall + Randal L. Schwartz
  4.  publisher: O'Reilly & Associates 1991
  5.   subjects: computer science, programming languages
  6.      other: 465 pages, index, separate quick reference guide
  7.    summary: between the shell and the deep blue C
  8.  
  9. Readers already familiar with Perl will presumably either own
  10. _Programming Perl_ or have decided not to buy a copy, since it seems to
  11. be the only reference for the language.  (It is certainly the standard
  12. one.) If you are thinking of learning Perl then you have a choice
  13. between using this book, using the companion volume _Learning Perl_, or
  14. hacking it out for yourselves with the aid of the fairly comprehensive
  15. manual entry.  _Programming Perl_ worked fine for me, and it's probably
  16. the right way to go for anyone who can already program in C or shell.
  17. On the other hand, _Learning Perl_ looks like a good textbook, and its
  18. existence makes Perl a suitable first language for those people who want
  19. to be able to write general purpose programs for their own use, rather
  20. than for commercial, scientific or esoteric theoretical purposes.  
  21.  
  22. The first two chapters of _Programming Perl_ provide a basic
  23. introduction to Perl.  The third and fourth are basically reference
  24. material, going in some detail through the syntax and semantics of the
  25. language and describing all of the functions available.  The fifth and
  26. sixth chapters contain examples of useful Perl code fragments and real
  27. programs.  The last chapter contains everything else.  The appendices - a
  28. BNF style grammar of Perl and a description of the Perl library
  29. functions - improve the book's value as a reference, while the glossary
  30. will be helpful for those without a Unix and C background.  Everything is
  31. liberally illustrated with examples, with the occasional redundancy
  32. doing no harm.  The authors' sense of humour is always present, and they
  33. certainly don't take themselves too seriously - Perl is the
  34. "Pathologically Eclectic Rubbish Lister", and the three cardinal virtues
  35. of a programmer are "laziness, impatience and hubris"!  
  36.  
  37. As with all the O'Reilly books, the layout and formatting are clear and
  38. the binding and paper are top quality.  At sixty Australian dollars,
  39. _Programming Perl_ is fairly expensive (though it's presumably cheaper
  40. in the States), but just think of it as a contribution to Larry Wall for
  41. making Perl freely available in the first place.
  42.  
  43. --
  44.  
  45. %T     Programming Perl
  46. %A     Larry Wall
  47. %A    Randal L. Schwartz
  48. %I     O'Reilly & Associates
  49. %D     1991
  50. %O     paperback, index, separate quick reference guide
  51. %G     ISBN 0-937175-64-1
  52. %P     465pp
  53. %K     programming languages
  54.  
  55. Danny Yee (danny@cs.su.oz.au)
  56. 4 January 1994
  57.  
  58.